   .head{
   font-size: 30px;
   letter-spacing: 1px;
   color: #294a70;
   font-family: 'Staatliches', cursive;
   }
   .sub{
   font-size: 20px;
   letter-spacing: 1px;
   color: #294a70;
   font-family: 'Staatliches', cursive;
   }
   .center{
      text-align: center;
   }
   .table_con{
      letter-spacing: 1px;
      font-size: 15px;
      /*line-height: 35px;*/
      text-align: left;
      font-family: 'Amaranth', sans-serif;
   }
   .con{
   letter-spacing: 1.2px;
   font-size: 15px;
   line-height: 35px;
   text-align: justify;
   font-family: 'Amaranth', sans-serif;
   }
   .coni{
   text-indent: 3em;   
   letter-spacing: 1.2px;
   font-size: 15px;
   line-height: 35px;
   text-align: justify;
   font-family: 'Amaranth', sans-serif;
   }
   .conul{
    letter-spacing: 1.2px;
    font-size: 15px;
    line-height: 35px;
    text-align: justify;
    font-family: 'Amaranth', sans-serif;  
   }
   ul.breadcrumb {
   padding: 0em 20px;
   list-style: none;
   background-color: #ffffff;
   /*background-color: black;*/
   }
   ul.breadcrumb li {
   display: inline;
   font-size: 15px;
   font-family: 'Amaranth', sans-serif;
   }
   ul.breadcrumb li+li:before {
   padding: 8px;
   color: black;
   content: "-->\00a0";
   }
   ul.breadcrumb li a {
   color: #0275d8;
   text-decoration: none;
   }
   ul.breadcrumb li a:hover {
   color: #00356b;
   text-decoration: none;
   }
   .link {
   border-radius: 0;
   font-family: 'Amaranth', sans-serif;
   font-size: 16px;
   color: #000000;
   padding: 12px 1px;
   margin-right: 0;
   text-decoration: none;
   font-weight: bold;
   }
   .link:hover {
   border-radius: 0;
   font-family: 'Amaranth', sans-serif;
   font-size: 16px;
   color: #00356b;
   padding: 1px 1px;
   margin-right: 0;
   text-decoration: none;
   font-weight: bold;
   letter-spacing: 1px;
   }
   .abtclg
   {
   font-size: 22px;
   font-family: 'Concert One', cursive;
   font-weight: 900;
   color: #f4a024;
   text-transform: uppercase;
   background-image: url(/WEB/image/Background/header.png);
   width: 100%;
   height: 35px;
   text-indent: 3.5em;
   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
   }